home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / wasp / wasp121.lha / doc / CHANGES next >
Text File  |  1991-10-22  |  2KB  |  108 lines

  1. 1.0 01/12/90
  2.  
  3. contains SRGR input, scaling, IFF output, except HAM and EHB, SHAM and
  4. other dynamic modes.
  5.  
  6. 1.1 04/12/90
  7.  
  8. divided into modules, makefile added, SRGR output added.
  9.  
  10. 1.2 04/12/90
  11.  
  12. IFF input added, except SHAM and other dynamic modes.
  13.  
  14. 1.3 08/12/90
  15.  
  16. various optimizations added.
  17.  
  18. 1.4 11/12/90
  19.  
  20. GIF input added, clipping operation added.
  21.  
  22. 1.5 27/12/90
  23.  
  24. autoscaling added, IFF HAM and SHAM output added, iff conversion rewritten.
  25.  
  26. 1.6 28/12/90
  27.  
  28. added potential generation of sliced output in any mode.
  29.  
  30. 1.7 30/12/90
  31.  
  32. added SHAM input, except sliced EHB.
  33.  
  34. 1.8 03/01/91
  35.  
  36. changed SRGR format, added xaverage operation.
  37.  
  38. 1.9 05/01/91
  39.  
  40. hamsharp and contraction conversion added.
  41.  
  42. 1.10 06/01/91
  43.  
  44. added EHB output (not sliced).
  45.  
  46. 1.11 10/01/91
  47.  
  48. added iterative ham preparation.
  49.  
  50. 1.12 30/01/91
  51.  
  52. added ymirror, xmirror, transpose operations.
  53.  
  54. 1.13 30/04/91
  55.  
  56. fixed a colormap rounding bug in the gif read routine, added info option by
  57. omiting output filename.
  58.  
  59. 1.14 04/05/91
  60.  
  61. added iff output compression and iff direct rgb input.
  62.  
  63. 1.15 26/05/91
  64.  
  65. added iff direct rgb output, added dynamic input as created by tad and digiview.
  66.  
  67. 1.16 28/05/91
  68.  
  69. added dynamic output.
  70.  
  71. 1.17 30/05/91 47732
  72.  
  73. made significantly smaller,
  74. original executable:    55912
  75. ifftryout dropped:    50680
  76. fixsize dropped:    49824
  77. errorx, halfway:    49888
  78. errorx, done:        47732
  79.  
  80. 1.18 2/6/91 47792
  81.  
  82. xaverage made twice as fast, zap option added
  83.  
  84. 1.19 26/6/91 49264
  85.  
  86. fixed bug in rgb output counter, dropped -itham option,
  87. changed cmeth and dmeth options, should now be followed by
  88. a name instead of a number, enhanced conversion to ham;
  89.  
  90. for a certain 320x200 picture with 253 colors, conversion srgr->ham:
  91.     1.18    1.19
  92. time    16s    18s
  93. err    20122    9326
  94. err2    28084    10252
  95.  
  96. conversion srgr->sham:
  97.     1.18    1.19
  98. time    54s    55s
  99. err    8129    4627
  100. err2    9521    4815
  101.  
  102. all timing done on an unaccelerated a500, input and output files in ramdisk.
  103.  
  104. 1.20 1/7/91
  105.  
  106. gifmaptrunc option added, dropped j421 and j8421 counting methods
  107. counting methods optimized, ham_row_out optimized
  108.